select name from sysobjects where type = 'U' and name not in( select article from lnkReplica.distribution.dbo.msarticles) and name not like 'sys%' and name not like 'dtproperties' and name not like 'MSpub%'